home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "About.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TfrmAbout *frmAbout;
- //---------------------------------------------------------------------
- __fastcall TfrmAbout::TfrmAbout(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
-